home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 August: Tool Chest / Dev.CD Aug 98 TC.toast / Sample Code / QuickTime / Show Movie / Sources / MenuStuff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-20  |  444 b   |  23 lines  |  [TEXT/MMCC]

  1. /*
  2.   File:            MenuStuff.h
  3.   Contains:        Menu handling routine Headers.
  4.   Written by:    Jason Hodges-Harris & Don Swatman
  5.   Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  6. */
  7.  
  8.  
  9.  
  10. #ifndef __MENUSTUFF__
  11. #define __MENUSTUFF__
  12.  
  13. //----------------------------------------------
  14. // Prototypes
  15. //----------------------------------------------
  16.  
  17. void MenuBarInit (void);
  18. void DoAdjustMenus(void);
  19.  
  20. void DoMenuCommand(long menuResult);
  21.  
  22.  
  23. #endif